bitkeeper revision 1.1177 (420c0fadBy7s1H_BwU5gDKjAg1MBFw)
authorcl349@arcadians.cl.cam.ac.uk <cl349@arcadians.cl.cam.ac.uk>
Fri, 11 Feb 2005 01:51:41 +0000 (01:51 +0000)
committercl349@arcadians.cl.cam.ac.uk <cl349@arcadians.cl.cam.ac.uk>
Fri, 11 Feb 2005 01:51:41 +0000 (01:51 +0000)
Cleanup cleanups.

Signed-off-by: chris@xensource.com
xen/include/xen/types.h

index 65d04d1e5267a30ec277de47811eb9cbdff2da2f..cd55353dfe28530497549131a99e7419a47c6aa2 100644 (file)
@@ -26,7 +26,6 @@ typedef unsigned short          ushort;
 typedef unsigned int            uint;
 typedef unsigned long           ulong;
 
-#if 0
 #ifndef __BIT_TYPES_DEFINED__
 #define __BIT_TYPES_DEFINED__
 
@@ -43,7 +42,6 @@ typedef         __u8            uint8_t;
 typedef         __u16           uint16_t;
 typedef         __u32           uint32_t;
 typedef         __u64           uint64_t;
-#endif
 
 
 struct domain;